-
-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Range slider component #78
Conversation
src/definitions/modules/range.js
Outdated
@@ -0,0 +1,273 @@ | |||
/*! | |||
* # Range slider for Semantic UI. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you set the standard header ? Here it is:
/*!
* # Semantic UI - Range slider
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
}, | ||
|
||
}; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a blocking stuff, but we should add later common modules methods (debug, performance, display, verbose...).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good shout, didn't think of that
Added the range slider component made by @tyleryasaka.
Range repo issue: tyleryasaka/semantic-ui-range#30
Closed Issues
Semantic-Org/Semantic-UI#1336